ruby method
すべて
.
区切り
from
ruby
ruby method
1行メソッド
code:a.rb
def hello() "hello" end
def add(a,b) a+b end
define_method(:pro) {|a,b| a*b }